DataConnector | ComponentOne
C1.AdoNet.D365S Assembly / C1.DataConnector.AdoNet Namespace / DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter> Class / BeginDbTransaction Method
The isolation level of the transaction.

In This Topic
    BeginDbTransaction Method (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
    In This Topic
    Initiates and returns a new transaction with the connected data source.
    Syntax
    'Declaration
     
    Protected Overrides Function BeginDbTransaction( _
       ByVal isolationLevel As IsolationLevel _
    ) As DbTransaction
    protected override DbTransaction BeginDbTransaction( 
       IsolationLevel isolationLevel
    )

    Parameters

    isolationLevel
    The isolation level of the transaction.

    Return Value

    An object representing the new transaction.
    See Also